home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Ss-Sz / SysMsg.cpt / SysMsg / SysMsg V0.9a / background_2721.txt < prev    next >
Text File  |  1987-09-23  |  1KB  |  68 lines

  1. -- background: 2721 from stack: in.9a
  2. -- bmap block id: 3755
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 18 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=235 top=269 right=325 bottom=299
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 26425 / 26425
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: nextButton
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual wipe left
  23.   showMessage mouseUp
  24.   go next card
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 19 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=162 top=269 right=325 bottom=233
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 21449 / 21449
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: firstCardButton
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual wipe right
  44.   showMessage mouseUp
  45.   go to first card
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 20 (button)
  51. -- low flags: 00
  52. -- high flags: 2000
  53. -- rect: left=0 top=305 right=337 bottom=56
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 21847 / 21847
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Home
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   showMessage mouseUp
  65.   go home
  66. end mouseUp
  67.  
  68.